Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

408 extend network connection profiles #769

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

WilcodenBesten
Copy link
Contributor

Describe your changes

Resolved #408

Issue ticket number and link

Checklist before requesting a review

  • [x ] I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • [n/a ] If OCPP 2.0.1: I have updated the OCPP 2.0.1 status document
  • I read the contribution documentation and made sure that my changes meet its requirements

@WilcodenBesten WilcodenBesten force-pushed the 408-extend-network-connection-profiles branch from 14d1946 to 4cd31ad Compare September 4, 2024 10:38
@WilcodenBesten WilcodenBesten force-pushed the 408-extend-network-connection-profiles branch from d81947f to f2eb0a4 Compare September 5, 2024 07:03
@maaikez
Copy link
Contributor

maaikez commented Sep 5, 2024

Looks good, only one question about the timer. I did a short test and it still connects with the CSMS. However, I needed to do some changes in everest core, pull request is here:
EVerest/everest-core#850

And let's not forget to close #410 after this pull request is merged.

Copy link
Contributor

@maaikez maaikez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about the 2 second delay like my earlier comment but otherwise it looks fine and it still connects with a CSMS.

@WilcodenBesten WilcodenBesten force-pushed the 408-extend-network-connection-profiles branch 2 times, most recently from ab44905 to 82fa594 Compare October 3, 2024 11:24
…k connectivity slot info

Added on_network_disconnected that will switch to the next network connection profile when invoked

Extended the configure network connectivity profile callback with a cpp future / promise mechanism

Added networkconnectivity documentation. These were originally added in PR 410 and have been updated to match the current implementation.

Added on_try_switch_network_connection_profile function to try to switch to a higher priority network connection profile

Signed-off-by: Wilco den Besten <[email protected]>
Signed-off-by: Wilco den Besten <[email protected]>
…ched network profile information as that's helpful when using the newly added optional functions

Signed-off-by: Wilco den Besten <[email protected]>
@WilcodenBesten WilcodenBesten force-pushed the 408-extend-network-connection-profiles branch from 17eae29 to 093cb14 Compare October 10, 2024 06:53
doc/networkconnectivity/README.md Show resolved Hide resolved
doc/networkconnectivity/README.md Outdated Show resolved Hide resolved
include/ocpp/v201/charge_point.hpp Outdated Show resolved Hide resolved
include/ocpp/v201/charge_point.hpp Show resolved Hide resolved
include/ocpp/v201/charge_point.hpp Outdated Show resolved Hide resolved
lib/ocpp/v201/connectivity_manager.cpp Outdated Show resolved Hide resolved
lib/ocpp/v201/connectivity_manager.cpp Outdated Show resolved Hide resolved
lib/ocpp/v201/connectivity_manager.cpp Show resolved Hide resolved
@marcemmers marcemmers self-assigned this Oct 14, 2024
Signed-off-by: Wilco den Besten <[email protected]>
@WilcodenBesten WilcodenBesten force-pushed the 408-extend-network-connection-profiles branch from 80d0044 to 63b58a7 Compare October 24, 2024 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend Network Connection Profiles
5 participants